Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
old
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Filename :
Builder.php
back
Copy
<?php declare(strict_types=1); namespace PhpParser; interface Builder { /** * Returns the built node. * * @return Node The built node */ public function getNode() : Node; }